Skip to content

Commit 734756f

Browse files
flimzynevkontakte
authored andcommitted
Add hacked JS files for goarch
1 parent 98cf52b commit 734756f

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright 2018 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
5+
package goarch
6+
7+
const (
8+
_ArchFamily = WASM
9+
_DefaultPhysPageSize = 65536
10+
_PCQuantum = 1
11+
_MinFrameSize = 0
12+
_StackAlign = PtrSize
13+
)

compiler/natives/src/internal/goarch/zgoarch_js.go

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)