UNPKG
@sohale/implisolid
Version:
latest (0.0.1)
1.0.1
1.0.0
0.0.1
A Solid Modelling Kernel in Javascript based on Implicit Surfaces, for MP5 file format
@sohale/implisolid
/
js_iteration_1
/
everything-else
/
mcc2_worker.js
15 lines
(10 loc)
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Module
= {
preRun
:[ letmeknow=
function
(
){
console
.
log
(
"Loading memory profiler"
);},
// memoryprofiler_add_hooks
],
onRuntimeInitialized
: set_off,
memoryInitializerPrefixURL
:
"../build/"
, };
<
script
type
=
"text/javascript"
src
=
"../build/mcc2.compiled.js"
>
</
script
>