We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0fd9a commit 38d2831Copy full SHA for 38d2831
examples/pong/Makefile
@@ -36,7 +36,7 @@ jsEventsLib.js: jsEventsLib.ts
36
37
entry-point.wasm: $(OBJECTS)
38
wasm-ld $(OBJECTS) ../../lib-c/twr.a -o entry-point.wasm \
39
- --no-entry --shared-memory --no-check-features --initial-memory=2031616 --max-memory=2031616
+ --no-entry --initial-memory=2031616 --max-memory=2031616
40
41
entry-point-a.wasm: $(OBJECTS_ASYNC)
42
wasm-ld $(OBJECTS_ASYNC) ../../lib-c/twr.a -o entry-point-a.wasm \
0 commit comments