mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 06:20:02 -04:00
load wasm binary manually
This commit is contained in:
parent
0b14c32b25
commit
5ecb30d5ed
6 changed files with 41 additions and 8 deletions
8
client/fragments/load_later.js
Normal file
8
client/fragments/load_later.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* REPLACE
|
||||
var asm ?= ?createWasm\(\);
|
||||
*/
|
||||
var asm = null;
|
||||
|
||||
/* DELETE
|
||||
run\(\);\n\n
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue