We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
!arraybuffer-loader!./micropython.binary
1 parent 5954195 commit 3a5c602Copy full SHA for 3a5c602
lib/micropython.js
@@ -84,7 +84,7 @@ if (typeof webpackJsonp !== 'object') {
84
Module.emterpreterFile = file.buffer.slice(file.byteOffset, file.byteOffset + file.byteLength);
85
}
86
else {
87
- Module.emterpreterFile = require('!arraybuffer-loader!./micropython.binary');
+ Module.emterpreterFile = require('!arraybuffer-loader!' + './micropython.binary');
88
89
// Copyright 2010 The Emscripten Authors. All rights reserved.
90
// Emscripten is available under two separate licenses, the MIT license and the
0 commit comments